Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iconv: use GNU version #9

Merged
merged 1 commit into from
Apr 30, 2020
Merged

iconv: use GNU version #9

merged 1 commit into from
Apr 30, 2020

Conversation

macbre
Copy link
Member

@macbre macbre commented Apr 30, 2020

iconv(): Wrong charset, conversion from utf-8' to utf-8//IGNORE' is not allowed

Fixes #8

See Icinga/icingaweb2-module-director#2052

And this one works now:

/opt # php -r 'echo iconv("utf-8", "utf-8//IGNORE", "fooą\n");'
fooą

iconv(): Wrong charset, conversion from `utf-8' to `utf-8//IGNORE' is not allowed

Fixes #8

See Icinga/icingaweb2-module-director#2052
@macbre macbre added the bug Something isn't working label Apr 30, 2020
@macbre macbre merged commit e1ef3e9 into master Apr 30, 2020
@macbre macbre deleted the gnu-iconv branch April 30, 2020 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

iconv(): Wrong charset, conversion from utf-8' to utf-8//IGNORE' is not allowed
1 participant